-
WorkApps re-opens Side / Navigation Panel on Refresh
While viewing a page in Workapps, and having already COLLAPSED the side navigation panel, if I REFRESH my browser tab to view updated data, the side navigation panel EXPANDS and I have to close it ag…1 · -
Re: Finding Duplicate rows then comparing Create Dates
Hi there - I think this should work: =IF(Created@row < MAX(COLLECT(Created:Created, Created:Created, DATEONLY(Created@row), Account:Account, Account@row)), 1) Note that you need to be a bit carefu…1 · -
Re: Link Form with specific row
The advantage of using forms vs update requests is that you can provide more instruction and guidance to the users via Help Text in Forms. I would love if SmartSheet would allow us to use Forms in Up…1 · -
Re: Using IF, OR, and CONTAINS, ISBLANK to track status of actions
What about this? If the total number of subtasks (determined by counting the number of values in the "Primary Column", in this case Task) is equal to the number of rows where the status is …1 · -
Re: Creating and maintaining a graph of values from several sheets
I would create a Sheet Summary field for each of those ranges - so 4 fields per each sheet. Then create a Report based on Summary Rows, using the Summarization feature to aggregate the data across th…1 ·